home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / headerfields.h < prev    next >
Encoding:
Text File  |  1996-01-30  |  185 b   |  7 lines

  1. #import "descriptors.h"
  2.  
  3. static const char *h_field_name[FIELD_COUNT] = {
  4.   "Subject","From","Date","Message-ID","References","Reply-To","Followup-to",
  5.   "Newsgroups","Organization"
  6. };
  7.